html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: helvetica neue, Helvetica, Tahoma, Arial, microsoft yahei, hiragino sans gb, wenquanyi micro hei, sans-serif;
    line-height: 1.53846154;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    margin: 0;
    background: url("./bg-head.png") no-repeat;
    background-size: 100%;
}

h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

address, caption, cite, code, dfn, em, th, var {
    font-weight: normal;
    font-style: normal
}

*, :after, :before {
    box-sizing: border-box;
}

a {
    color: #333333;
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
}

a:hover {
    color: #07862f;
    text-decoration: none;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.container {
    min-width: 1200px;
    max-width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header {
    height: 249px;
    color: #FFFFFF;
    font-weight: bold;
}

#header .nav {
    height: 36px;
    background-color: #288479;
}

#header .nav a {
    color: #FFFFFF;
}

#header .content {
    height: 158px;
}

#header .sub-content {
    height: 128px;
}

#header .menu {
    height: 54px;
    background-color: #288479;
}

#header .lr-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .search-input {
    height: 40px;
    line-height: 40px;
    width: 274px;
    padding-left: 10px;
    padding-right: 5px;
    border: 1px #ddd solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    float: left;
}

#header .search-button {
    float: left;
    height: 39px;
    width: 70px;
    color: #FFFFFF;
    background-color: #288479;
    border: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#header .menu ul {
    list-style: none;
    margin: 0;
    font-size: 16px;
    padding: 0px;
}

#header .menu ul li {
    float: left;
    list-style: none;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 133px;
    white-space: nowrap;
}

#header .menu ul li a img {
    width: 15px;
    height: 15px;
}

#header .menu ul li a {
    width: 125px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

#header .menu ul li.selected {
    background: url("./selected.png") no-repeat;
    background-size: 100% 100%;
    margin-top: -3px;
    height: 60px;
}

#header .menu ul li.selected a {
    color: #007884;
}

.body-content {
}

#footer {
    height: 118px;
    background: #006A61;
}

#footer .line {
    width: 1px;
    height: 80%;
    background: rgba(221, 221, 221, 0.3);
}

#footer .left {
    width: 453px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 42px;
    height: 100%;
}

#footer .right {
    width: 747px;
    padding-left: 63px;
    display: flex;
    align-items: center;
    height: 100%;
}

#footer .right .text div, #footer .right .text div a {
    line-height: 40px;
    color: #FFFFFF;
}

.footer-links {
    padding-left: 10px;
}

.footer-links a {
    color: #333333;
    text-decoration: none;
    margin: 0px 12px 0px 12px;
}

.link-select {
    width: 250px;
    height: 35px;
    line-height: 35px;
    margin: 0px 12px 0px 12px;
    border: 1px #666666 solid;
    border-radius: 3px;
    color: #666666;
}


.d-box {
    display: flex;
    width: 100%;
    margin-top: 30px;
    border: 1px solid transparent;
    border-color: transparent;
    border-color: rgba(221, 221, 221, 0.3);
    box-shadow: 0px 3px 5px #ddd;
}

.d-box-title {
    color: #008C79;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.d-box .d-box-body {
    width: 100%;
    height: calc(100vh - 40px);
    padding: 10px;
    overflow-y: auto;
}

.d-box .d-box-body-text {
    width: 100%;
    height: calc(100vh - 40px);
    padding: 10px;
    overflow-y: auto;
    text-indent: 2em;
    line-height: 25px;
}


.d-record {
    color: #008C79;
    margin: 0;
    padding: 0px 0px 0px 15px;
}

.d-record li .time {
    float: right;
    color: #333333;
    padding-right: 5px;
}

.d-record li a {
    color: #333333;
    line-height: 40px;
    float: left;
    padding-left: 5px;
}

.d-record li {
    list-style-type: disc;
    line-height: 40px;
    border-bottom: 1px dotted #e5e5e5;
}

.d-record li:hover {
    background-color: rgba(0, 120, 132, 0.1);
}

.d-record li:hover a {
    color: #007884;
    line-height: 40px;
    float: left;
}

.d-record li:hover .time {
    color: #007884;
    float: right;
}


.footer-bg {
    position: absolute;
    background: url("./bg-bottom.png") no-repeat;
    background-size: 100%;
    width: 100%;
    height: 359px;
    left: 0px;
    top: -359px;
    z-index: -1;
}

.d-tab {
    margin: 0;
    padding: 0px;
    display: flex;
    justify-content: center;
}

.d-tab ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}


.d-tab li {
    list-style: none;
    float: left;
    color: #333333;
    width: 133px;
    line-height: 34px;
    border-radius: 3px;
    background-color: rgba(0, 146, 127, 0.15);
    margin: 0px 10px 0px 10px;
    text-align: center;
}

.d-tab li a {
    color: #005E5D;
}

.d-tab li.selected {
    background-color: #00927F;
}

.d-tab li.selected a {
    color: #FFFFFF;
}

.roll-banner {
    float: left;
    height: 397px;
    width: 709px;
}

.newsroll {
    height: 394px;
    width: 709px;
    float: left;
    overflow: hidden;
    position: relative;
}


.newstxt {
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    bottom: 0;
    color: #FFF;
    width: 100%;
    position: relative;
    top: -35px;
    height: 35px;
    line-height: 30px;
    text-indent: 1em;
    z-index: 888;
    display: block;
    font-size: 15px;
}

.newstxt em {
    float: right;
    padding-right: 15px;
}

.changeBox_a1 {
    width: 714px;
    height: 216px;
}

.changeBox_a1 .a_bigImg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 394px;
    width: 709px;
}

/*�˴��޸�*/

.ul_change_a2 {
    position: absolute;
    margin-right: 20px;
    text-align: center;
    text-align: right;
    top: 325px;
    right: 0;
    padding-left: 0px;
    overflow: hidden;
    z-index: 9999;
    width: 200px;
    height: 31px;
    z-index: 9999;
}

.ul_change_a2 li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ul_change_a2 span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-right: 3px;
    text-align: center; /*background:#dedede;*/
    width: 19px;
    height: 19px;
    cursor: pointer;
    color: #fff;
    background: url('./tabcicle_1.png') no-repeat;
}

.ul_change_a2 span.on {
    background: url('./tabcr.png') no-repeat;
    color: #058234;
}

#side-menu ul li a {
    color: #333333;
    text-decoration: none;
    display: flex;
    align-items: center;
	width:100%;
}

#side-menu ul li:hover {
    background-color: rgba(239, 255, 251, 0.9);
    border: 1px #00A19F solid;
}

#side-menu ul li:hover .hasMore {
    background-color: rgba(239, 255, 251, 0.9);
    border-left: 1px #00A19F solid;
    border-top: 1px #00A19F solid;
    border-bottom: 1px #00A19F solid;
}

#side-menu ul li:hover a, #side-menu ul li:hover ul li:hover a {
    color: #005E5D;
}

#side-menu {
    width: 100%;
	 z-index: 1;
    position: relative;
}

#side-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#side-menu ul li {
    padding: 5px 10px 5px 20px;
    min-height: 65px;
	display: flex;
	align-items: center;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

#side-menu ul li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0px;
    width: 120px;
    border-top: 1px solid #00A19F;
    border-right: 1px solid #00A19F;
    border-bottom: 1px solid #00A19F;
    background-color: #ffffff;
    width: auto;
    min-width: 150px;
    margin-top: -1px;
}

#side-menu ul li ul li:first-child {
    border-left: 0px;
}

#side-menu ul li ul li {
    border-left: 1px #00A19F solid;
    background-color: rgba(239, 255, 251, 0.9);
}

#side-menu ul li:hover ul li a, #side-menu ul li.selected ul li a {
    font-weight: normal;
    color: #333333;
}

#side-menu ul li.selected a, #side-menu ul li ul li.selected a {
    font-weight: bold;
    color: #005E5D;
}

#side-menu ul li ul li:hover:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

#side-menu ul li ul li:hover {
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

.detail-container {
    border: 1px #e5e5e5 solid;
    background: #ffffff;
    margin: 10px 0px 10px 0px;
}

.detail-container .detail-nav {
    height: 50px;
    border-bottom: 1px #e5e5e5 solid;
    display: flex;
    align-items: center;
    color: #333333;
    padding-left: 20px;
}

.detail-container .detail-nav .CurrChnlCls {
    color: #333333;
}

.detail-container .detail-body {
    display: flex;
    min-height: 850px;
}

.detail-container .side-left {
    border-right: 1px #e5e5e5 solid;
    width: 199px;
}

.detail-container .detail-content {
    width: 100%;
    padding: 30px;
}

.detail-container .detail-content .title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: -10px;
}

.detail-container .detail-content .time {
    text-align: center;
    line-height: 50px;
    color: #333333;
    margin-bottom: 20px;
    border-bottom: 1px #e5e5e5 solid;
}

.detail-container .list-title {
    font-size: 18px;
    color: #333333;
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: -10px;
    margin-bottom: 30px;
    line-height: 38px;
}

.detail-container .content-title {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-top: -10px;
    line-height: 38px;
}

.clear {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.newslists ul {
    margin: 0;
    padding: 0;
}

.newslists li {
    height: 35px;
    line-height: 35px;
    padding: 0 0 5px 0px;
    display: block;
    overflow: hidden;
}

.newslists li a {
    background: url('./cicle_ico.png') 0 13px no-repeat;
    font-size: 14px;
    font-family: "sans-serif";
    color: #333333;
    padding: 0 4px 0 20px;
    float: left;
    text-decoration: none;
    list-style: circle;
}

.newslists li a:hover {
    background: url('./cicle_ico.png') 0 13px no-repeat;
    color: #068f42;
}

.newslists li a:active {
    background: url('./cicle_ico.png') 0 13px no-repeat;
    color: red;
}

.newslists li a:visited {
    background: url('./cicle_ico.png') 0 13px no-repeat;
}

.newslists .time {
    float: right;
    color: #999999 !important;
    border: 0px !important;
    display: flex;
    align-items: center;
    height: 35px;
}

.newslists .newslines {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-bottom: 20px;
    height: 1px;
    width: 100%;
    overflow: hidden;
}

.newslistssb ul {
    margin: 0;
    padding: 0;
}

.newslistssb li {
    height: 35px;
    line-height: 35px;
    padding: 0 0 5px 0px;
    display: block;
    overflow: hidden;
    float: left;
    width: 48%;
}

.newslistssb li a {
    background: url('./cicle_ico.png') 0 15px no-repeat;
    font-size: 14px;
    color: #333333;
    padding: 0 4px 0 20px;
    float: left;
    text-decoration: none;
}

.newslistssb li a:hover {
    color: #068f42;
    background: url('./cicle_ico.png') 0 15px no-repeat;
}

.newslistssb li a:active {
    color: red;
    background: url('./cicle_ico.png') 0 15px no-repeat;
}

.newslistssb li a:visited {
    background: url('./cicle_ico.png') 0 15px no-repeat;
}

.newslistssb .time {
    float: right;
    color: #999999;
    padding: 0 0px 0 0;
}

.newslistssb .newslines {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-bottom: 20px;
    height: 1px;
    width: 100%;
    overflow: hidden;
}

.newslists2 li a {
    padding-left: 0;
    background: none;
    color: #000000
}

.newslists2 li {
    border-bottom: 1px solid #ededed;
    height: 60px;
    line-height: 60px;
    padding-bottom: 0;
}

.newslists2 li a:hover {
    background: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.page {
    margin-top: 30px;
    overflow: hidden;
}

.page ul {
    text-align: center;
    display: block;
}

.page li {
    margin: 0 3px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}


.page li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center; /*border:1px solid #ababab;*/
    display: block;
    color: #333333;
}

.page li a:hover {
    color: #fff;
    background: #006A61;
}

.page li.cr a {
    color: #fff;
    background: #006A61;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center; /*border:1px solid #910100;*/
}

.page li.cr a:hover {
    color: #fff;
}

.page li.prev {
    width: 30px;
    height: 30px;
}

.page li.prev a {
    background: url('./pre.jpg') no-repeat 0 0;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
}

.page li.next {
    width: 30px;
    height: 30px;
}

.page li.next a {
    background: url('./next.jpg') no-repeat 0 0;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
}

.page li.total {
    padding-left: 35px;
    line-height: 30px;
    font-size: 14px;
}

.page li.total em {
    color: #d1444e;
    padding: 0 2px;
}

.page li.first a {
    background: url('./pre_1.jpg') no-repeat 0 0;
    width: 60px;
}

.page li.last a {
    background: url('./pre_2.jpg') no-repeat 0 0;
    width: 60px;
}


.page li.homes a {
    width: 50px;
}

.page li.lasts a {
    width: 50px;
}

.page li.total a {
    width: 100px;
}

.page li.jump {
    color: #333333;
}

.page li.jump input {
    width: 60px;
    text-align: center;
    height: 30px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    margin: 0px 10px;
    color: #666666;
}

.sub-site-content-box {
    background: #FFFFFF;
    flex-direction: column;
}

.sub-site-content-box .header {
    display: flex;
    justify-content: center;
}

.sub-site-content-box .header .title {
    width: 180px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px #008C79 solid;
    padding-left: 5px;
    height: 45px;
}

.sub-site-content-box .header .title-more {
    width: 100%;
    border-bottom: 1px #dddddd solid;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0px 5px 5px 0px;
}

.sub-site-content-box .sub-body {
    width: 100%;
    height: calc(100vh - 40px);
    padding: 10px;
    overflow-y: auto
}

.sub-site-content-box .sub-body-text {
    width: 100%;
    height: calc(100vh - 40px);
    padding: 10px;
    overflow-y: auto;
    text-indent: 2em;
    line-height: 25px;
}

.sub-site-content-box .more {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
    padding-bottom: 5px;
    height: 30px;
}

.sub-site-content-box .more a {
    color: #666;
    font-size: 13px;
}

.paperSearch {
    padding: 10px 15px;
    background-color: rgba(233, 244, 242, 0.9);
    border: 1px #e5e5e5 solid;
    margin-top: 10px;
}

.paperSearch form {
    display: flex;
    align-items: center;
}

.paperSearch form .search-input {
    border: 1px #e5e5e5 solid;
    line-height: 30px;
    width: 300px;
    border-radius: 3px;
    margin-right: 10px;
}

.paperSearch form .search-button {
    background-color: #00927F;
    height: 35px;
    border: 0px;
    border-radius: 3px;
    width: 60px;
    margin-left: 20px;
    color: #ffffff;
}

.paperSearch form label {
    margin-right: 10px;
}

.paperTable {
    width: 100%;
    border-right: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
}

.paperTable td, .paperTable th {
    border-left: 1px #e5e5e5 solid;
    border-top: 1px #e5e5e5 solid;
}

.paperTable th {
    height: 45px;
    text-align: center;
    background-color: rgba(233, 244, 242, 0.9);
    font-weight: normal;
}

.paperTable td {
    height: 50px;
    text-align: center;
}

.paperTable td a {
    color: #333333;
}

.paperTable td a:hover {
    color: #00927F;
}

table.newsTable {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-left: 1px #e5e5e5 solid;
    margin: 10px 10px 120px 10px;
}

table.newsTable tr {
    border-left: 1px solid #e5e5e5;
}

table.newsTable tr td {
    font-size: 14px;
    padding: 32px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

table.newsTable tr td.tableLeft {
    width: 186px;
    background-color: rgba(233, 244, 242, 0.9);
    text-align: center;
}


.picListC {
    margin-top: 30px;
}

.picListC .core {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0px 0px 18px 0px;
    zoom: 1;
}

.picListC .core1 {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 18px;
}

.picListC .pic {
    float: left;
    overflow: hidden;
    margin: 0;
}

.picListC .pic a {
    display: block;
    width: 146px;
    height: 189px;
    padding: 0px;
    overflow: hidden;
}

.picListC .pic a img {
    width: 146px;
    height: 189px;
    display: block;
    background: #eeeded no-repeat center center;
    border: 1px #e5e5e5 solid;
}

.picListC .content {
    float: left;
    width: 800px;
    overflow: hidden;
    padding-left: 15px;
}

.picListC h4 {
    display: block;
    height: 10px;
}

.picListC h4 a {
    display: block;
    float: left;
    font-size: 18px;
    color: #010101;
    font-weight: normal;
}

.picListC h4 a em {
    color: #068f42;
    padding-left: 15px;
}

.picListC h4 .time {
    font-weight: normal;
    float: right;
    font-size: 11px;
    color: #999;
    font-weight: normal;
    padding: 0 0 0 8px;
    font-family: Arial, Helvetica, sans-serif;
}

.picListC .txt {
    margin: 15px 0 0 0;
    padding-top: 15px;
    width: 100%;
}

.picListC .txt a {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
}

.picListC .txt a:hover {
    color: #068f42;
}

.picListC .txt span {
    display: block;
    font-size: 14px;
    color: #333;
    float: right;
}

.print-css {
    text-align: center;
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid #cccccc;
}

.mapwrap {
	width :100%;
}

.mapsize {
    width: 100%;
    margin: 0 auto;
}

.mapsize .maptext {
    height: 50px;
    border-top-left-radius: 16px;
    display: flex;
}
.mapsize .maptext .map-title{
    border-bottom: 2px #008592 solid;
    width: 230px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 16px;
}

.mapsize .maptext .map-title-other{
    border-bottom: 1px #e5e5e5 solid;
    width: 100%;
}

.mapsize ul {
    margin: 0;
    padding-left: 30px;
    list-style: url("./dot.png");
}

.mapsize ul li {
    line-height: 50px;
    color: #00927F;
}
.mapsize ul li:nth-of-type(odd){
    background-color: #FFFFFF;
}
.mapsize ul li:nth-of-type(even){
    background-color: #F9FAFB;
}

.mapsize ul li i {
    font-style: normal;
    margin: 0 10px;
    width: 15%;
}

.mapsize ul li i a {
    color: #00927F;
    font-weight: bold;
}

.mapsize ul li span {
    color: #333333;
    width: 85%;
    float: right;

}

.mapsize ul li span h4 {
    float: left;
    color: #666666;
    font-size: 16px;
    font-weight: normal;
}

.mapsize ul li span a {
    color: #333333;
    margin: 0 20px;
    float: left;
    line-height: 50px;
}

.sy-line-w {
    width: 100%;
    height: 2px;
    background: radial-gradient(#e5e5e5 24%, white 70%);
}

.sy-line-h {
    width: 2px;
    height: 100%;
    background: radial-gradient(#e5e5e5 24%, white 70%);
}

.sy-yz-card{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sy-yz-card .text{
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}


.sub-sy-col {
    display:block;
    color: #008C79;
    margin: 0px;
    width: 100%;
    padding: 20px 5px 20px 15px;
}

.sub-sy-col  li a {
    color: #333333;
    line-height: 40px;
    float: left;
    padding-left: 10px;
}
.sub-sy-col  li {
    display:inline-block;
    line-height: 40px;
    margin-top: 5px;
    width: 31%;
}

.sub-sy-col  li:hover a {
    color: #007884;
    line-height: 40px;
    float: left;
}